createconnectionpoint - Ant Task |
Description
createconnectionpoint
Ant task creates a Connection Point for the given Service Container.
Sample Usage
The following code describes the procedure to create a Connection Point MyConnectionPoint for the Service Container WS-AppServer container.
<createconnectionpoint labeleduri="" ldapRoot="cn=cordys,cn=bopcu7,o=myorg.com" name="MyConnectionPoint" organization="myorganization" override="true" server="cin400333l" servicecontainerName="WS-AppServer container" servicegroupName="WS-AppServer Test"/>
Parameters
Attribute |
Description |
Type |
Required |
---|---|---|---|
name |
Name of the Connection Point. |
String |
Yes |
organization |
Name of the organization in which the connection point will be created. |
String |
Yes |
servicegroupName |
Name of the Service Group which contains the Service Container. |
String |
Yes |
servicecontainerName |
Name of the Service Container under which the Connection Point will be created. |
String |
Yes |
connectionType |
Indicates the type of Connection Point. The following values are the possible values:
|
String |
No |
protocol |
This attribute is required only if the connectionType is set to TCP/IP. Possible values are:
|
String |
No |
port |
The attribute is required only if the connectionType is set to TCP/IP. Possible values are:
|
Integer |
No |
labeleduri |
Valid uniform resource identifier (URI) that uses queues. It is used for all the connection types except for TCP/IP.
|
String |
No |
Refers to the file that contains the configuration details and distributed details of the Connection Point. |
String |
No |
|
server |
Name of the server of Process Platform instance. |
String |
Yes |
ldapRoot |
LDAP root of the Process Platform instance. |
String |
Yes |
override |
Property to update the existing connection point. |
Boolean |
No |
failOnError |
Boolean flag aborts the build when an exception occurs in the task. |
Boolean |
No |